home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / exescan.zip / EXESCAN.EXE / 0 / RCDATA / TDEPENDANCYSCANNERFM / TDEPENDANCYSCANNERFM.txt
Text File  |  1996-06-13  |  5KB  |  154 lines

  1. object DependancyScannerFm: TDependancyScannerFm
  2.   Left = 353
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Exe Dependancy Scanner'
  7.   ClientHeight = 321
  8.   ClientWidth = 416
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ApplicationFileSb: TSpeedButton
  19.     Left = 387
  20.     Top = 56
  21.     Width = 21
  22.     Height = 21
  23.     Glyph.Data = {
  24.       36010000424D3601000000000000760000002800000018000000100000000100
  25.       040000000000C000000000000000000000000000000000000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
  28.       6666666666660000000000008888888888880FFFFFFFFFF08666666666680FFF
  29.       FFFFFFF08666666666680FF444444FF08668888886680FFFFFFFFFF086666666
  30.       66680FF444444FF08668888886680FFFFFFFFFF08666666666680FF444444FF0
  31.       8668888886680FFFFFFFFFF08666666666680FF4444FFFF08668888666680FFF
  32.       FFFF00008666666688880FFFFFFF07068666666686860FFFFFFF006686666666
  33.       8866000000000666888888888666666666666666666666666666}
  34.     NumGlyphs = 2
  35.     OnClick = ApplicationFileSbClick
  36.   end
  37.   object BasicSplashLb: TLabel
  38.     Left = 16
  39.     Top = 60
  40.     Width = 74
  41.     Height = 13
  42.     Caption = '&Application File:'
  43.   end
  44.   object ApplicationFileEd: TEdit
  45.     Left = 100
  46.     Top = 56
  47.     Width = 281
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object EPRichLabel2: TEPRichLabel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 401
  55.     Height = 39
  56.     TabStop = False
  57.     ParentColor = True
  58.     RichText = 
  59.       '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' +
  60.       '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' +
  61.       'iss Arial;}}'#13#10'{\colortbl\red0\green0\blue0;}'#13#10'\deflang1033\pard\' +
  62.       'plain\f2\fs16 Specify the application file you would like to sca' +
  63.       'n, and press the \plain\f2\fs16\b Run\plain\f2\fs16  button to s' +
  64.       'tart your application. You should use every feature in your appl' +
  65.       'ication in order to be sure that every system file is detected.'#13 +
  66.       #10'\par }'#13#10#0
  67.     WordWrap = True
  68.   end
  69.   object RunBt: TButton
  70.     Left = 334
  71.     Top = 128
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Run'
  75.     TabOrder = 2
  76.     OnClick = RunBtClick
  77.   end
  78.   object ModuleLv: TListView
  79.     Left = 8
  80.     Top = 128
  81.     Width = 313
  82.     Height = 185
  83.     ColumnClick = False
  84.     Columns = <
  85.       item
  86.         Caption = 'Module'
  87.         Width = 120
  88.       end
  89.       item
  90.         Caption = 'Description'
  91.         Width = 189
  92.       end
  93.       item
  94.         Caption = 'Filename'
  95.         Width = 12
  96.         WidthType = (
  97.           -1)
  98.       end>
  99.     ReadOnly = False
  100.     OnChange = ModuleLvChange
  101.     SortType = stText
  102.     TabOrder = 3
  103.     ViewStyle = vsReport
  104.   end
  105.   object EPRichLabel1: TEPRichLabel
  106.     Left = 8
  107.     Top = 92
  108.     Width = 401
  109.     Height = 27
  110.     TabStop = False
  111.     ParentColor = True
  112.     RichText = 
  113.       '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' +
  114.       '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' +
  115.       'iss Arial;}}'#13#10'{\colortbl\red0\green0\blue0;}'#13#10'\deflang1033\pard\' +
  116.       'plain\f2\fs16 The list below includes all the files required by ' +
  117.       'your application. Windows 95 system files are not included. See ' +
  118.       '\plain\f3\fs16\i Exclude.txt\plain\f2\fs16  file for details.'#13#10'\' +
  119.       'par }'#13#10#0
  120.     WordWrap = True
  121.   end
  122.   object AboutBt: TButton
  123.     Left = 334
  124.     Top = 160
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&About...'
  128.     TabOrder = 5
  129.     OnClick = AboutBtClick
  130.   end
  131.   object ApplicationFileDg: TOpenDialog
  132.     DefaultExt = 'exe'
  133.     FileEditStyle = fsEdit
  134.     FileName = '*.exe'
  135.     Filter = 'Executable Files (*.exe)|*.exe|All Files (*.*)|*.*'
  136.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware]
  137.     Title = 'Choose Setup to Run'
  138.     Left = 384
  139.     Top = 220
  140.   end
  141.   object AboutDg: TEPAboutDialog
  142.     Caption = 'About Exe Dependancy Scanner'
  143.     Copyright = '∩┐╜ Copyright 1996 Robert Salesas'#13#10'All rights reserved.'
  144.     CustomButton = '&Web Site...'
  145.     Description = 
  146.       'Drop by the Eschalon Development Inc. web site for other neat to' +
  147.       'ols!'
  148.     Serial = 'Web site: www.eschalon.com'
  149.     OnCustomClick = AboutDgCustomClick
  150.     Left = 352
  151.     Top = 220
  152.   end
  153. end
  154.